const html/template.stateAttr

8 uses

	html/template (current package)
		context.go#L110: 	stateAttr
		context.go#L163: 	case stateTag, stateAttrName, stateAfterName, stateBeforeValue, stateAttr:
		escape.go#L186: 				c.state == stateAttr && c.delim == delimSpaceOrTagEnd && ident == "html" {
		escape.go#L234: 	case stateAttr:
		escape.go#L834: 	if c.state == stateAttr && c.element == elementScript && c.attr == attrScriptType && !isJSType(string(s[:i])) {
		transition.go#L24: 	stateAttr:        tAttr,
		transition.go#L162: 	attrNone:       stateAttr,
		transition.go#L164: 	attrScriptType: stateAttr,